Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: Move CDVAllowList out of public API #1463

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

dpogue
Copy link
Member

@dpogue dpogue commented Aug 15, 2024

Platforms affected

iOS

Motivation and Context

This isn't really accessible outside of implementation details of the internal CDVIntentAndNavigationFilter plugin, so it can be a project-level internal header that isn't exposed publicly.

Description

Moved CDVAllowList from a public header to a project-level header.

Testing

Existing tests pass.

Checklist

  • I've run the tests to see all new and existing tests pass

This isn't really accessible outside of implementation details of the
internal CDVIntentAndNavigationFilter plugin, so it can be a
project-level internal header that isn't exposed publicly.
@dpogue dpogue added this to the 8.0.0 milestone Aug 15, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.35%. Comparing base (fb8eeab) to head (cd42305).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1463   +/-   ##
=======================================
  Coverage   78.35%   78.35%           
=======================================
  Files          16       16           
  Lines        1825     1825           
=======================================
  Hits         1430     1430           
  Misses        395      395           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@erisu erisu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes LGTM

@dpogue dpogue merged commit 98cca7f into apache:master Aug 20, 2024
10 checks passed
@dpogue dpogue deleted the refactor4 branch August 20, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants